func runtime.pidleput

6 uses

	runtime (current package)
		proc.go#L3111: 	pidleput(pp, 0)
		proc.go#L3494: 	now = pidleput(pp, now)
		proc.go#L3850: 		pidleput(pp, now)
		proc.go#L3857: 		pidleput(pp, now)
		proc.go#L5874: 			pidleput(pp, now)
		proc.go#L6658: func pidleput(pp *p, now int64) int64 {